ILookup<TKey,TElement>.Item[TKey] Property

Gets the IEnumerable<T> sequence of values indexed by a specified key.

Namespace: Spring.Collections
public
 property Item[const key: TKey]: IEnumerable<TElement> read GetItem; default;

Parameters

key
Type: TKey

The key of the desired sequence of values.

Property Value

Type: IEnumerable<TElement>

The IEnumerable<T> sequence of values indexed by the specified key.